Skip to content

[FIX] fix cluster threshold in randomise + change default prefix #2063

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 905 commits into from

Conversation

jokedurnez
Copy link
Contributor

Changes proposed in this pull request

  • The base name tbss in randomise is very confusing, so I changed it to randomise (and removed the _, as FSL adds it too).
  • Also, the cluster thresholds with 2 digits are not read. Not sure about the other thresholds, so I didn't touch those.

@mgxd
Copy link
Member

mgxd commented Jun 9, 2017

@jokedurnez can you run make specs and add the updated auto-test?

@satra
Copy link
Member

satra commented Sep 11, 2017

@jokedurnez - it would be great if you can merge master and add the updated auto-test.

@jokedurnez
Copy link
Contributor Author

I believe the tests failed exactly because of one of the changes I made, so I'm not sure what to do. Probably I should change the test as well, but that would require me to take some time to dive into the testing stuff. I'll try, but it won't be tomorrow... :\

@oesteban
Copy link
Contributor

oesteban commented Oct 9, 2017

Hi @jokedurnez, sorry for joining late to the party.

I think that doing the following will resolve this error:

  1. At your nipype's repo root directory, with your patch-8 branch checked out, run make specs

  2. Then git add nipype/interfaces/fsl/tests/test_auto_Randomise.py

  3. git commit -m 'updated Randomise specs' && git push

@mgxd mgxd added this to the 0.14.0 milestone Oct 18, 2017
effigies and others added 25 commits November 13, 2017 10:18
- use master branch for caching
- replace kaczmarj/nipype with nipype/nipype
- reset cache prefixes
- use latest docker (v17.10.0-ce) containers and machine
- use environment variable to determine whether to pull or build base image
- save docker images to tar.gz if on master branch (deploying)
- use fastest gzip compression (gives good ratio of speed/compression)
ENH: Enable recon-all -FLAIR / -FLAIRpial options
earlier setuptools did not like mixing directories and files
- do not store dockerfiles in repo
- cache base dockerfile in deploy step that was generated in `compare_base_dockerfiles` step
- use global `working_directory`
fix: testing for non-developer installation
ENH: generate Dockerfiles with neurodocker + migrate to CircleCI 2.0
oesteban and others added 24 commits January 7, 2018 11:28
STY: deleting tailing spaces and adding missing newlines at end of files
@codecov-io
Copy link

Codecov Report

Merging #2063 into master will decrease coverage by 19.77%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #2063       +/-   ##
===========================================
- Coverage   72.16%   52.39%   -19.78%     
===========================================
  Files        1137      118     -1019     
  Lines       57194    23654    -33540     
  Branches     8194        0     -8194     
===========================================
- Hits        41276    12394    -28882     
+ Misses      14629    11260     -3369     
+ Partials     1289        0     -1289
Flag Coverage Δ
#smoketests 52.39% <ø> (-19.78%) ⬇️
#unittests ?
Impacted Files Coverage Δ
nipype/interfaces/fsl/model.py 73.36% <ø> (-7.22%) ⬇️
nipype/pipeline/plugins/callback_log.py 12% <0%> (-80%) ⬇️
nipype/workflows/smri/freesurfer/ba_maps.py 11.11% <0%> (-79.17%) ⬇️
nipype/workflows/rsfmri/fsl/resting.py 14.51% <0%> (-70.97%) ⬇️
nipype/workflows/smri/freesurfer/autorecon2.py 2.68% <0%> (-68.59%) ⬇️
nipype/workflows/smri/freesurfer/autorecon3.py 2.43% <0%> (-66.67%) ⬇️
nipype/pipeline/plugins/pbsgraph.py 29.41% <0%> (-64.71%) ⬇️
nipype/workflows/smri/freesurfer/bem.py 38.46% <0%> (-61.54%) ⬇️
nipype/interfaces/utility/csv.py 42.85% <0%> (-57.15%) ⬇️
nipype/workflows/smri/freesurfer/recon.py 9.28% <0%> (-56.43%) ⬇️
... and 1074 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6be8010...3fedaab. Read the comment docs.

@oesteban
Copy link
Contributor

Please follow-up in #2369. I kept your commits (@jokedurnez's and @mgxd's) there.

@oesteban oesteban closed this Jan 11, 2018
@effigies effigies modified the milestones: 0.14.1, 1.0 Jan 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.